home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 6 / PC World Interactive 6.iso / online / robudun.EXE / HOW_TO.TXT next >
Text File  |  1996-05-25  |  3KB  |  80 lines

  1.  
  2.       W95 PPP login script for ROBODun 
  3.                              to 
  4.        AtNet Communications Server
  5.  
  6. --------------------------------------------------------------------------------------------------------------
  7. NOTE: 
  8. The ROBODun example scripts are close, but don't 
  9. quite work. The modifications here are successful.
  10.  
  11. 1. Install ROBODun in your computer. (There is not an auto install script...
  12.     just unzip and establish shortcuts if you wish.)  To start ROBODun
  13.     editor and dialing functions, point to file RDUN32.EXE.  To make
  14.     autodetect functional, point to file ROBODUN.EXE (nice in your
  15.     Startup file.)
  16.  
  17. 2. Read and follow the accessing and editing instructions in ROBODun
  18.     Help and "readme". Use the proven script provided below.
  19.  
  20. 3. In the 1st two scripted "send" commands, remove the text 'your login name' or
  21.    'your password', and substitute:
  22.      your actual login name
  23.       your actual personal password.  (See ***CHANGE...)
  24.  
  25. 4. When finished, the script MUST be enclosed in quotes, including the 
  26.    <cr> command just as shown, i.e.,
  27.  
  28.        Send "trsmith<cr>"
  29.   
  30.    for the login name trsmith . (<cr> means "enter" to the program.)
  31.  
  32. NOTE:
  33. The pound signs at the beginning of some lines are signals to the
  34. program to ignore them when processing commands. Only the 7 actual
  35. command lines have no pound sign.
  36.  
  37. 5. Copy the portion between the dotted lines and paste in the 
  38.     ROBODun Manager script editor, then Save.
  39.  
  40. 6. Start ROBODun (yellow phone symbol appears at right in lower taskbar.)
  41.     Start your browser using autodial options and click the "connect" button.
  42.     ROBODun will get you online!
  43.  
  44. TROUBLE ??
  45. If you have slow communications with your modem, explore ROBODun
  46. Help, and try inserting appropriate pauses. (Watch the terminal screen 
  47. during a standard manual login, to learn where pauses might help.)
  48.  
  49. CHANGE 2 places (***) AND COPY PORTIONS BETWEEN LINES:
  50. ------BEGIN SCRIPT--------------------------------------
  51.  
  52. # WAIT for "Login:" prompt
  53. WaitFor "ogin:"
  54.  
  55. # SEND user name in response to "Login:"
  56. #***( CHANGE NEXT LINE: )
  57. Send "your login name<cr>"
  58.  
  59. # WAIT for "Password:" prompt
  60. WaitFor "assword:"
  61.  
  62. #SEND password in response to prompt
  63. #***( CHANGE NEXT LINE: )
  64. Send "your password<cr>"
  65.  
  66. #WAIT for "Select Interface:" prompt
  67. WaitFor "face:"
  68.  
  69. #SELECT "P" interface
  70. Send "P<cr>"
  71.  
  72. #SEND "continue" (F7) command
  73. Done
  74.  
  75. ----------END SCRIPT-------------------------------
  76.  
  77. "HowTo" Notes and Script
  78. For AtNet
  79. J.W.Popp, 5/24/96
  80. jwpopp@atnet.net